build: Remove --enable-maintainer-mode as it's now the default
authorMukund Sivaraman <muks@banu.com>
Mon, 12 Sep 2011 19:22:06 +0000 (00:52 +0530)
committerMukund Sivaraman <muks@banu.com>
Mon, 12 Sep 2011 19:22:06 +0000 (00:52 +0530)
autogen.sh

index 41b8d64e9df73a77132e0c37b52198aac0c43ba6..d0b5fc500b477b5ca39845ec0c36df6a4e341958 100755 (executable)
@@ -154,7 +154,7 @@ fi
 echo
 echo "I am going to run ./configure with the following arguments:"
 echo
-echo "  --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@"
+echo "  $AUTOGEN_CONFIGURE_ARGS $@"
 echo
 
 if test -z "$*"; then
@@ -209,7 +209,7 @@ echo
 echo "Running ./configure..."
 echo
 
-$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"
+$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@"
 RC=$?
 if test $RC -ne 0; then
   echo